home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KPSTRIKE.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.7 KB  |  91 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM                    Pacific Strike, Origin Systems
  14. REM
  15. REM               Written and Tested by Paul Piper  May '94
  16. REM
  17. REM  Base Switch Settings
  18. REM  Black Hat switch = Digital
  19. REM  Red Switch       = Digital
  20. REM
  21. REM  Game Settings: Select joystick for flight control, panning is keyboard
  22. REM
  23. REM  Rocker Up.......Ground Attack Mode
  24. REM
  25. REM  Rocker Middle...Air/Air Mode
  26. REM
  27. REM  Rocker Down.....Landing/Nav Mode
  28. REM
  29. REM
  30.  
  31.  MDEF KPSTRIKE
  32.  
  33.  @DigitalThrottle
  34.  
  35. BTN UB /U ChaseView
  36.        /M InvisibleCockpit
  37.        /D ExternalView
  38.  
  39. BTN MB PlayerTargetView
  40.  
  41. BTN LB EyesOnTarget
  42.  
  43. BTN HU NormalView
  44.  
  45. BTN HR /P RightView
  46.        /R NormalView
  47.  
  48. BTN HD /P BackView
  49.        /R NormalView
  50.  
  51. BTN HL /P LeftView
  52.        /R NormalView
  53.  
  54. BTN 1 /U Weapon
  55.       /M FullGuns
  56.       /D Autopilot
  57.  
  58. BTN 2 /U EnemyGroundTarge
  59.       /M EnemyAirTarget
  60.       /D VictimView  WeaponView
  61.  
  62. BTN 3 /U FriendlyGroundTa
  63.       /M FriendlyAirTarge
  64.       /D NavMap
  65.  
  66. BTN 4 /U Flaps
  67.       /M Flaps
  68.       /D Flaps LandingGear
  69.  
  70. BTN 5 /U Brakes
  71.       /M Radio
  72.       /D Brakes CutEngine
  73.  
  74. BTN 6 /U GroundTargetsVie
  75.       /M Tailguns
  76.       /D /T ZoomIn
  77.          /T ZoomOut
  78.  
  79.  
  80. REM                               NOTE:
  81. REM
  82. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  83. REM
  84. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  85. REM (503) 639-3200 and find out how to get the upgrade!!!
  86. REM
  87. REM How can you tell if you have the new chip and microcode?  From the
  88. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  89. REM the message: "File not found", then you have the OLD microcode version
  90. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  91.